Radio Button Tool

Radio Button Tool A Radio Button object displays a list of mutually exclusive items; that is, a list from which the user can select only a single item.

The list of items is defined using the object’s ListItems property. Each item has a Name and Value, either of which can be called in script.

With the AlignTextLeft property, the button labels may be aligned on the left or right side of the buttons.

A Radio Button object can be formatted to show a bitmap instead of the traditional circle. This is set using the object’s Bitmap and BitmapOff properties. Both properties must be used, and the bitmaps must be 15x15 pixels. The OwnerDrawn property must be set to 1 - Yes for these options to be active.

Script is required for an action to occur when using Radio Button objects. See Scripting in CygNet Studio for examples.


More: